ThinkPHP5


think\exception\TemplateNotFoundException
library\think\exception\TemplateNotFoundException.php at line 14

Class TemplateNotFoundException

\RuntimeException
└─TemplateNotFoundException

public class TemplateNotFoundException
extends \RuntimeException


Constructor Summary
void

__construct(mixed message, str template)

Method Summary
string

getTemplate()

获取模板文件

Constructor Detail

library\think\exception\TemplateNotFoundException.php at line 18

__construct

public void __construct(mixed message, str template)

Method Detail

library\think\exception\TemplateNotFoundException.php at line 29

getTemplate

public string getTemplate()

获取模板文件


ThinkPHP5